var net/http.errRequestCanceled
7 uses
	net/http (current package)
		transport.go#L804: 	t.cancelRequest(cancelKey{req}, errRequestCanceled)
		transport.go#L1410: 				if err == errRequestCanceled {
		transport.go#L1424: 		if err == errRequestCanceled {
		transport.go#L2002: 	pc.closeLocked(errRequestCanceled)
		transport.go#L2549: var errRequestCanceled = http2errRequestCanceled
		transport.go#L2570: 		return nil, errRequestCanceled
		transport.go#L2695: 			canceled = pc.t.cancelRequest(req.cancelKey, errRequestCanceled)
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |